home *** CD-ROM | disk | FTP | other *** search
/ H4CK3R 4 / hacker04 / 04_HACK04.ISO / src / PHP / blue storm guestbook.php < prev    next >
Encoding:
Text File  |  2001-07-02  |  3.2 KB  |  92 lines

  1. //**************************************
  2.     //     
  3.     // Name: blue storm guestbook
  4.     // Description:by chujian
  5.     // By: PHP Code Exchange
  6.     //**************************************
  7.     //     
  8.     
  9.     <html> 
  10.     <head> 
  11.     <title>└╢╔½╖τ▒⌐┴≈╤╘▒╛</title> 
  12.     <style> 
  13.     <!-- 
  14.     A:link {text-decoration: none ; color:0000ff} 
  15.     A:visited {text-decoration: none; color:004080} 
  16.     A:active {text-decoration: none} 
  17.     A:hover {text-decoration: underline; color:ff0000} 
  18.     --> 
  19.     </style> 
  20.     <body bgcolor=#FFFFCC> 
  21.     <center><IMG SRC="images/1(1).gif"></center> 
  22.     <div align="center"> 
  23.     <center> 
  24.     <table border="1" width="39%" height="19" cellspacing="0" cellpadding="0" bordercolorlight="#000000"> 
  25.     <tr> 
  26.     <td width="100%" colspan="2" height="16"> 
  27.     <p align="center"><b><font color="#00FF00" size="4">╠ε╨┤─π╡─┴⌠╤╘</font></b></td> 
  28.     </tr> 
  29.     <tr> 
  30.     <td width="41%" height="19" valign="bottom"> 
  31.     <p align="center"><font size="2" color="#00FF00">╨╒├√</font></td> 
  32.     </center> 
  33.     <td width="81%" height="19" rowspan="4"> 
  34.     <form method="POST" action="2.php"> 
  35.     <p align="left"><font color="#00FF00"><input type="text" name="name" size="20"><br> 
  36.     <input type="text" name="email" size="20"><br> 
  37.     <select size="1" name="bq"> 
  38.     <option value="">╟δ╤í╘±─π╡─┴⌠╤╘▒φ╟Θ</option> 
  39.     <option value="images/m12.gif">╒²│ú▒φ╟Θ</option> 
  40.     <option value="images/m1.gif">╗╢╨ª</option> 
  41.     <option value="images/m10.gif">╔╦─╘╜ε</option> 
  42.     <option value="images/m11.gif">╬╥║├╞°╤╜</option> 
  43.     <option value="images/m13.gif">║├┐╔┼┬┼╢</option> 
  44.     <option value="images/m14.gif">╚├╬╥╧δ╧δ</option> 
  45.     <option value="images/m15.gif">║├┐╔╨ª┼╢</option> 
  46.     <option value="images/m16.gif">╖▀┼¡</option> 
  47.     <option value="images/m3.gif">║├┐╔┴»╤╜</option> 
  48.     <option value="images/m4.gif">│¬╕Φ</option> 
  49.     <option value="images/m5.gif">┤≤┐▐</option> 
  50.     <option value="images/m6.gif">O K</option> 
  51.     <option value="images/m7.gif">║├╧√╧ó</option> 
  52.     <option value="images/m8.gif">╬╥║├╗≡</option> 
  53.     <option value="images/m9.gif">▒▄┐¬</option> 
  54.     <option value="images/m2.gif">┐┤╬╥╡─</option> 
  55.     </select><br> 
  56.     <textarea rows="4" name="message" cols="28"></textarea><br> 
  57.     <input type="submit" value="║├┴╦" name="B1">                 
  58.     <input type="reset" value="╓╪╨┤" name="B2"></font></p> 
  59.     </form> 
  60.     </td> 
  61.     </tr> 
  62.     <center> 
  63.     <tr> 
  64.     <td width="41%" height="13" valign="bottom"> 
  65.     <p align="center"><font size="2" color="#00FF00">╥└├├╢∙</font></td> 
  66.     </tr> 
  67.     <tr> 
  68.     <td width="41%" height="7" valign="bottom"> 
  69.     <p align="center"><font size="2" color="#00FF00">▒φ╟Θ</font></td> 
  70.     </tr> 
  71.     <tr> 
  72.     <td width="41%" height="96" valign="top"> 
  73.     <p align="center"><b><font color="#00FF00"><br> 
  74.     ┴⌠<br> 
  75.     ╤╘<br> 
  76.     ─┌<br> 
  77.     ╚▌</font></b></td> 
  78.     </tr> 
  79.     </table> 
  80.     </center> 
  81.     </div> 
  82.     <hr> 
  83.     <? 
  84.     $fp = fopen( "guest.txt", "r"); 
  85.     $print = fread($fp,filesize( "guest.txt")); 
  86.     fclose($fp); 
  87.     print "$print"; 
  88.     ?> 
  89.     <center><b><font color=red>Copyright⌐ 2000</font> by <a href="mailto:chujian@990.net">bigmouse</a></center></b> 
  90.     </body> 
  91.     </html>
  92.